admin: Rename prune -> cleanup, avoid doing repo prune twice
authorColin Walters <walters@verbum.org>
Mon, 15 Jul 2013 20:13:12 +0000 (16:13 -0400)
committerColin Walters <walters@verbum.org>
Mon, 15 Jul 2013 20:13:12 +0000 (16:13 -0400)
commitfb93b9580703fd73d7a3a44bb103fd31565fed1f
treeb32412dab5fc4593691bec9b84a1109df95e19de
parentd5f1ce4e17348a36069bd37bb67c3e97bc24ab3c
admin: Rename prune -> cleanup, avoid doing repo prune twice

Calling it "cleanup" is better since it does more than repo pruning.

We were also doing a prune twice; ot_admin_cleanup() already does one,
so drop the bits to do it in cleanup.c.
Makefile-ostree.am
src/ostree/ot-admin-builtin-cleanup.c [new file with mode: 0644]
src/ostree/ot-admin-builtin-prune.c [deleted file]
src/ostree/ot-admin-builtins.h
src/ostree/ot-builtin-admin.c
tests/test-admin-deploy-2.sh